/***************************
   COLORS USED
   Search and replace colors

   H1 and Next and Login Button Color: #254A62
   H3 Text Color: #262F3D
   Field Label Color: #294C64
   Cancel Button Color: #AAAAAA

   Header Background Color: #FEFEFE
   Header Background Image /eventAssets/avolio_AvolioRegTemplate_210325151705/image/banner-5185363_1920.jpg
     Header Background Image currently commented out so needs to be re-instated if used
ui-dialog
******************************/ 

body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color:#F5F7F9;
    color: #262F3D;
    font-family: Open Sans,Arial,Sans-Serif;
    font-size: 18px;

}

div.IP_Messages li label {
    cursor: pointer;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}
strong {
    font-weight: bold;
}

img {
    border: 0 none;

}

#public .ui-widget-header {
    border: none;
    background: none;
}

img.alignToText {
    vertical-align: text-bottom;
}

hr.slimPad {
    padding: 5px 0;
}

a {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.label {
    margin-left: 15px;
    padding: 5px;
    display: block;
}
div.ip-elm-checkbox-multi span.ip-elementContent label,
div.ip-elm-radio-multi span.ip-elementContent label {
	font-weight: normal;
	color: #262F3D; /* Text color for radio and checkbox labels */
}

/* Intl phone number country code picker */
.iti {
    color: #262F3D; /* Text color for country codes */
}

.ip-element span.ip-elementContent input:disabled {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAP0lEQVQoU43M2QkAIAwEUdPT9l/B9qREUDxyzfdjpBUi2SVzigBICBfSmQtP5MIXmdBCH/TQBSO0YYYmrCCFAxoEJ27LFqc2AAAAAElFTkSuQmCC) repeat !important;
}
.strike {
    text-decoration: line-through;
}

#main {
    clear: both;
    margin-top:150px;
    padding: 20px 40px;
    background-color:#FFF;
  -webkit-box-shadow: 0px 0px 9px 10px #e4e4e4;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    0px 0px 9px 10px #e4e4e4;  /* Firefox 3.5 - 3.6 */
  box-shadow:        0px 0px 9px 10px #e4e4e4; /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    border-radius: 20px;

}

#main h1 {
    margin: 5px 0;
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 300;
    color: #254A62;
    margin-bottom:50px;
}

#main h2 {
    font-size: 1.2em;
    line-height: normal;
        color: #254A62;
}

#main h3 {
    color: #254A62;
    font-size: 1.8em;
    line-height: normal;
}

#main p img {
    border: 0;
}

#main ul {
    margin: 0 30px 15px 35px;
}

#main td ul {
    margin: 0 10px 15px 10px;
}

#main p {
    line-height: 1.4em;
}

.ip-hotelDescriptions {
    clear: both;
    display: block;
    margin: 0 10px 4px;
    vertical-align: middle;
}

.ip-elementContent .chosen-container a,
div.questionResponse div.writeInResponseWrapper span input {
    font-size: 18px;
    height: 34px;
    padding:6px;
}
.ip-elementContent .chosen-container input {
    float: none;
    overflow: auto;
}

#main ul.chosen-results {
    margin: auto;
}
.ip-elementContent input[type="text"],
.ip-elementContent input[type="password"],
.ip-elementContent select,
.ip-elementContent textarea {
    min-width: 232px;
    width:100%;
    max-width:500px;
    vertical-align: middle;
}

div.ip-group-container div.ip-element {
    margin-bottom: 20px;
}

.ip-elementContent input[type="text"],
.ip-elementContent input[type="password"],
.ip-elementContent select:not([multiple="1"]) {
    height: 34px;
}

.ip-elementContent input[type="checkbox"],
.ip-elementContent input[type="radio"] {
    vertical-align: middle;
    width: auto;
    margin-right:10px;
}

.ip-elementContent div.combo input[type="checkbox"],
.ip-elementContent div.combo input[type="radio"],
.ip-elementContent div.combo input[type="text"] {
    clear: none;
}

.ip-element .ip-elementContent table.ip-elementContentTable {
    width: 500px;
}

.ip-leftContainer .ip-element .ip-elementContent table.ip-elementContentTable,
.ip-rightContainer .ip-element .ip-elementContent table.ip-elementContentTable {
    width: 320px;
}

.ip-element .ip-elementContent table.ip-ancillarySponsorshipsElementContentTable {
    width: 650px;
}

.hidden {
    display: none;
}

#ip-adminView ul.setupGroup li {
    margin: 0 10px 4px;
}

#ip-adminView p {
    margin: 10px;
}

.ip-container {
    clear: both;
    display: block;
    height: 100%;
    padding: 10px 0 6px;
}

.ui-dialog-content .ip-container {
    padding: 0;
}

.ui-dialog-content #password {
    float: none;
    width: 100%;
}

.ui-dialog-content .ip-buttonBar a {
    margin-right: 12px;
}

.ui-dialog-content .ip-buttonBar .btn {
    font-size: 14px;
}

.ip-container .ip-section {
    clear: both;
    display: block;
    height: 100%;
    margin-bottom: 5px;
}

.ip-element > .ip-elementLabel {
    float: left;
    margin-right: 10px;
    margin-top: 2px;
    /* width: 350px;*/
    font-weight: normal;
    color: #294C64;
}

.ip-elm-textbox,
.ip-elm-textarea,
.ip-elm-select,
.ip-elm-password,
.ip-elm-confirmpassword {
    margin: 4px 0;
}

.ip-element .ip-elementLabel .requiredSymbol {
    color: red;
}

#public .ip-containsWideLabels .ip-element > .ip-elementLabel {
    max-width: 200px;
}
#public .ip-containsExtraWideLabels .ip-element > .ip-elementLabel {
    max-width: 280px;
}

#public .ip-fillWidthLabels .ip-element > .ip-elementLabel {
    width: 100%;
}

.ip-container .ip-element > .ip-elementLabel.inlineLabel {
    float: none;
    width: auto;
}

.ip-container .ip-leftContainer,
.ip-container .ip-rightContainer {
    max-width: 500px;
    width: 49%;
}

.ip-container .ip-leftContainer,
.ip-container .ip-rightContainer {
    float: left;
}

.ip-containerTitle {
    color: #003366;
    font-size: 130%;
    padding: 10px 2px 2px 10px;
}

.ip-container .ip-containerTitle {
    font-size: 130%;
    padding: 0 10px 2px;
}

.ip-container .ip-sectionTitle {
    font-size: 130%;
    margin: 0 10px 6px;
}

.ip-container .ip-groupTitle {
    border-bottom: 1px solid #ccc;
    font-size: 1em;
    font-weight: 700;
    margin: 0 10px 6px;
    padding-bottom: 4px;
}

.ip-container .ip-elementContent .clearfix {
    display: inline-block;
    padding-bottom: 4px;
    padding-left: 160px;
    position: absolute;
}

.ip-container .ip-elementContent .ip-formText,
.ip-container .ip-elementContent .ip-formPassword {
    width: 180px;
}

.ip-container .ip-elementContent .ip-formText-url {
    width: 360px;
}

.ip-container .ip-elementContent .ip-formNumber {
    width: 40px;
}

.ip-container .ip-elementContent .ip-formNumberCheckbox-Checkbox,
.ip-container .ip-elementContent .ip-formElementEnableWithCheckbox-Checkbox {
    margin: 0 2px 0 0;
}

.ip-container .ip-element .ip-formNumberCheckbox,
.ip-container .ip-element .ip-formElementEnableWithCheckbox-Checkbox {
    display: block;
    float: left;
    line-height: 16px;
    margin: 2px 2px 2px 4px;
}

.ip-container .ip-element .ip-formElementEnableWithCheckbox-Checkbox {
    margin-left: 0;
}

.ip-container .ip-element .ip-formNumberCheckbox {
    margin-right: 2px;
}

.ip-container .ip-elementContent .ip-formText.nowidth,
.ip-container .ip-elementContent .ip-formPassword.nowidth {
    width: auto;
}

.ip-container .ip-element textarea {
    height: 50px;
    width: 180px;
}

.ip-container .ip-element textarea#label {
    width: 325px;
}

.ip-container .ip-element textarea.nowidth {
    height: auto;
    width: auto;
}

.ip-container .ip-element {
    clear: both;
    margin: 0 10px 4px;
    vertical-align: middle;
}

.ip-element label .requiredSymbolClass {
    color: #ff0000;
}

.ip-element label .notRequiredSymbolClass {
    color: #ffffff;
    opacity: 0;
    display: none;
}

.ip-element label.emptyFieldLabel,
.ip-element label.errorFieldLabel {
    color: #ff0000;
}

.ip-containerTitle img.right,
.ip-sectionTitle img.right,
.ip-groupTitle img.right {
    padding-right: 5px;
    vertical-align: bottom;
}
.ip-buttonBar {
    padding: 10px 0;
    margin: 10px 10px 40px 10px;
    float: right;
    /* width:100%; uncommenting this will cause the buttons to sit on separate sides of the screen */
}

.ip-buttonBar .btn {
    margin-left: 8px;
    padding: 8px 25px;
   border-radius: 50px;
    border: none;
    text-decoration: none;
    text-transform: uppercase;
    padding: 8px 25px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 3px 0px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease 0s;
    min-width: 150px;
}

.ip-buttonBar .btn-cancel {
    background-color: #AAAAAA;
    color: #FFF;
    border-color: #FFF;
    float:left; 
    margin-right: 40px;
}

.ip-buttonBar .btn-cancel:hover {
cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.8) 0px 1px 3px 0px;
    background-color: #bf0000;
    border-color: #a7a6a6;
}

.ip-buttonBar a,
.ip-buttonBar a.btn {
    text-decoration: none;
}

.ip-button input {
    display: none;
}

body.index_exhibitors_booth .ip-buttonBar {
    clear: both;
    height: auto;
    padding: 5px 10px 0;
    position: static;
    text-align: right;
    width: auto;
    z-index: 1000;
}

body.index_exhibitors_booth .ip-button {
    float: right;
    margin-left: 0;
    margin-right: 0;
}

body.index_exhibitors_booth .ip-button a {
    border: 0 solid #cecece;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 9pt;
    font-weight: bold;
    padding: 5px 12px 8px 10px;
}

body.index_exhibitors_booth .ip-button input {
    display: none;
}

.ip-filterForm-fieldLabel {
    padding: 3px;
}

.ip-filterForm-fieldLabel img {
    padding-right: 10px;
    vertical-align: text-bottom;
}

.ip-filterForm-fieldValue {
    padding: 2px 2px 2px 80px;
}

.ip-filterForm-fieldValue img {
    padding-right: 5px;
    vertical-align: text-bottom;
}

.ip-filterForm-fieldValue select {
    margin-right: 5px;
}

.ip-filterForm-addFieldValue {
    padding: 2px 2px 2px 80px;
}

.ip-filterForm-addFieldValue img {
    padding-right: 5px;
    vertical-align: text-bottom;
}

.ip-sortableTable td {
    padding: 5px;
    vertical-align: top;
}

.ui-sortable {
    border: 1px solid #dddddd;
    list-style-type: none;
    padding: 2px 5px;
    width: 200px;
}

.ui-sortable li {
    border: 1px solid #cccccc;
    cursor: move;
    margin: 3px 0;
    padding: 3px;
}

.ui-sortable li img {
    padding-right: 5px;
    vertical-align: text-bottom;
}

.ui-sortable li:hover {
    background-color: #eeeeee;
}

.ui-sortable li.empty:hover {
    background-color: #ffffff;
    cursor: default;
}

.red {
    color: red;
}

.green {
    color: green;
}

.gray {
    color: #cccccc;
}

.financialSummary {
    width: 100%;
}

.financialSummary .accountRow th {
    color: #333;
    font-size: 1.2em;
    font-weight: normal;
}

.financialSummary .subtotalRow th {
    padding-bottom: 20px;
}

.financialSummary tr .amountHeader {
    text-align: right;
    width: 10%;
}

.financialSummary tr .paymentDate {
    width: 10%;
}

.financialSummary tr .buttons {
    width: 10%;
}

.financialSummary .chargesHeaderRow td {
    color: #036;
    font-weight: normal;
}

.financialSummary .discountsHeaderRow td {
    color: #036;
    font-weight: normal;
}

.financialSummary .chargesHeaderRow #charges {
    font-weight: bold;
}

.financialSummary .discountsHeaderRow #discounts {
    font-weight: bold;
}

.financialSummary {
    empty-cells: show;
    padding-left: 8px;
}

.financialSummary td #totalCharges {
    font-weight: bold;
}

.financialSummary td #totalDiscounts {
    font-weight: bold;
}

.financialSummary th {
    font-weight: bold;
}

#ui-datepicker-div {
    display: none;
    z-index: 2006;
}

.financialSummary td,
.financialSummary th {
    padding: 3px;
}

.financialSummary .subtotalRow td,
.financialSummary .subtotalRow th {
    border-top: 1px solid #cccccc;
    font-weight: bold;
}

.financialSummary .heaerRow th,
.financialSummary .headerRow th {
    border-bottom: 1px solid #cccccc;
}

.financialSummary .financialAmount {
    text-align: right;
    white-space: nowrap;
}

.financialSummary .invalidPayment .financialAmount {
    text-decoration: line-through;
}

.financialSummary tr.odd {
    background-color: #eee;
}

.financialSummary tr.even {
    background-color: #fff;
}

.financialSummary .activeFinancial {
    background-color: #d0e9ff;
}

.financialSummary .paymentDescription {
    font-style: italic;
}

.financialSummary .paymentdate {
    width: 66px;
}

#main .IP_Messages > .message, .message {
    margin: 0 0 5px;
    padding: 10px 10px 10px 35px;
}

#main .IP_Messages > .message .fa,
.message .fa {
    padding-right: 10px;
    vertical-align: middle;
    margin-top: -2px;
}

#main .message.warning,
#main .IP_Messages > .warning,
.message.warning {
    background: #fff3a3;
    border: 1px solid #e7bd72;
    color: #b79000;
    margin: 0 0 5px;
    padding: 10px;
}

#main .message.success,
#main .IP_Messages > .success,
.message.success {
    background: #cdefa6;
    border: 1px solid #9bcc54;
    color: #648434;
    margin: 0 0 5px;
    padding: 10px;
}
#main .message.error,
#main .IP_Messages > .error,
.message.error {
    background: #ffd5d5;
    border: 1px solid #ffacad;
    color: #cf3738;
    margin: 0 0 5px;
    padding: 10px;
}

#main .IP_Messages > .message ul li,
.message ul li {
    margin-left: 20px;
}

.description {
    color: #333333;
    font-size: 0.9em;
    margin: 10px 0 0 180px;
    width: 200px;
}

.itemDescription {
    font-size: 0.9em;
    margin: 10px 0 0 10px;
    width: 200px;
}

.itemDescriptionAppend {
    font-size: 0.9em;
    margin: 0 0 10px 10px;
    width: 200px;
}

.rightSideDescription {
    font-size: 0.9em;
    margin: 0 0 20px 30px;
    width: 300px;
}

.sbElement {
    border-bottom: 1px solid #cccccc;
    display: block;
    margin: 20px 10px;
}

.socialButton {
    margin: 20px 10px;
}

.sbElement div {
    float: left;
}

.sbElement select {
    width: 185px;
}

.sbElement input[type="text"] {
    width: 180px;
}

.sbElement .ip-element {
    width: 360px;
}

.advancedReportDescription {
    margin: 0 10px 4px;
    width: 350px;
}

.Element_Actions .hand {
    cursor: pointer;
}

#centeredmenu {
    background: #fff none repeat scroll 0 0;
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#centeredmenu ul {
    clear: left;
    float: left;
    left: 50%;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
}

#centeredmenu ul li {
    display: block;
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    right: 50%;
}

#main #publicMenu {
    list-style: outside none none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#publicMenu li {
    border-left: 1px solid black;
    margin: 0;
    padding: 0 5px;
    width: auto;
    display: inline-block;
}

#publicMenu .firstMenuItem {
    border-left: medium none;
}

.ip-elementContent,
.ip-elementContent input {
    float: left;
    width:100%;
    overflow: visible;
}

.ip-elementContent input,
.ip-elementContent select,
.ip-elementContent textarea {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    padding: 6px 6px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.ip-elementContent .hint {
    margin-bottom: 0;
}

#ElementTypes > ul {
    list-style-type: none;
}

#ElementTypes ul li {
    cursor: pointer;
    padding: 1px 0;
}

#ElementTypes ul ul li {
    cursor: pointer;
    padding: 1px 8px;
}

#ElementTypes img {
    cursor: pointer;
    padding-right: 2px;
    vertical-align: bottom;
}

#ElementTypes ul ul {
    display: none;
    list-style-type: none;
    margin: 0 8px;
    padding: 0;
}

.ip-summaryTable th {
    background-color: #dddddd;
    color: #333333;
    padding: 4px;
    text-align: center;
}

.ip-summaryTable .ip-summaryTable-subHeading {
    background-color: #e6e6e6;
    color: #333333;
    text-align: center;
}

.ip-summaryTable .ip-summaryTable-subHeading td {
    border-bottom: 1px solid #c0c0c0;
    border-top: 1px solid #c0c0c0;
    padding: 4px;
}

.ip-summaryTable .ip-summaryTable-subHeading .ip-leftMargin {
    border-left: 1px solid #c0c0c0;
}

.ip-summaryTable .ip-leftMargin {
    border-left: 1px solid #c0c0c0;
}

.ip-summaryTable .ip-summaryDataCellLeftMargin {
    border-left: 1px solid #c0c0c0;
    text-align: center;
}

.ip-summaryTable .ip-summaryDataCell {
    text-align: center;
}

.ip-rowSelector {
    float: left;
    margin: 4px;
    padding: 2px;
    width: 400px;
}

.ip-rowSelectorLeft {
    float: left;
    margin: 4px;
    width: 175px;
}

.ip-rowSelectorRight {
    float: right;
    margin: 4px;
    width: 175px;
}

.ip-summaryTable .ip-table-evenRow {
    background-color: #f8f8f8;
}

.ip-summaryTable tr:hover {
    background-color: #cfe9ff;
    color: #000000;
}

.ip-summaryTable .ip-table-oddRow.ip-oddBlock {
    background-color: #f5f5f5;
}

.ip-summaryTable .ip-table-evenRow.ip-oddBlock {
    background-color: #fbfbfb;
}

.ip-summaryTable .ip-table-evenRow.ip-oddBlock:hover {
    background-color: #cfe9ff;
    color: #000000;
}

.ip-summaryTable .ip-table-oddRow.ip-oddBlock:hover {
    background-color: #cfe9ff;
    color: #000000;
}

.ip-summaryTable .ip-table-blockBreak td {
    border-top: 1px solid #c0c0c0;
}

.ip-summaryTable {
    border-collapse: collapse;
    border-color: #333333;
    border-style: solid;
    border-width: 1px;
    clear: left;
}

.ip-summaryTableTitle {
    font-weight: bold;
}

.ip-summaryTableButtonWrapper {
    clear: both;
    float: left;
    margin-left: 4px;
}

.ip-summaryTableWrapper {
    overflow: auto;
    width: 95%;
}
#reportTable_Revenue_Summary .sectionHeading {
    font-weight: bold;
    text-decoration: underline;
}

#MultipleRegList {
    background: #fff none repeat scroll 0 0;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}

#MultipleRegList .ip-sectionTitle {
    font-weight: bold;
}

#MultipleRegList ul {
    clear: left;
    float: left;
    left: 50%;
    list-style-type: square;
    padding: 0;
    position: relative;
    text-align: center;
}

#MultipleRegList ul li {
    float: left;
    margin: 2px;
    padding: 0 20px 0 0;
    position: relative;
    right: 50%;
}

#index_registrations_profile ul,
#index_registrations_profile ol,
#index_registrations_housing ul,
#index_registrations_housing ol,
#index_registrations_review ul,
#index_registrations_review ol,
#index_registrations_payment ul,
#index_registrations_payment ol {
    list-style-position: inside;
}

:first-child + html #admin.config_packages_edit .ip-container .ip-elementContent .clearfix {
    display: inline-block !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    position: static !important;
}

:first-child + html #public.index_registrations_profile .IE7_Radio,
*:first-child + html #public.index_registrations_demographics .IE7_Radio,
*:first-child + html #public.index_registrations_housing .IE7_Radio,
*:first-child + html #public.index_registrations_review .IE7_Radio,
*:first-child + html #public.index_registrations_payment .IE7_Radio {
    width: 50px !important;
}

.index_registrations_airtravel label.IE7_Radio input.IE7_Radio {
    margin-right: 6px;
}

:first-child + html #public.index_registrations_profile .ip-elementContent input[type="checkbox"],
*:first-child + html #public.index_registrations_demographics .ip-elementContent input[type="checkbox"] {
    width: 50px !important;
}

:first-child + html input.ip-formText,
* + html input.ip-formPassword,
* + html div.ip-element textarea {
    margin-left: -10px;
}

#public.index_registrations_profile .ip-elementContent,
#public.index_registrations_housing .ip-elementContent {
    float: left;
    overflow: visible;
}

.ip-element .sponsorshipPackageOpportunities ul {
    padding-left: 15px;
}

.ip-workshopTable th {
    font-size: 10pt;
    font-weight: bold;
}

.ip-workshopTable .ip-workshopTitle {
    font-weight: bold;
}

.ip-workshopTable {
    width: 600px;
}

.reportTable th,
.reportTable td {
    border-left: 1px solid #cdcdcd;
    padding: 3px;
    vertical-align: top;
}

.reportTable .firstCell,
.reportTable .lastCell {
    border-left: medium none;
}

.reportTable {
    border: 1px solid #888888;
}

.reportTable .subHeader td {
    background-color: #e0e8f1;
    border-bottom: 1px solid #dedede;
    border-top: 1px dashed #dedede;
    font-weight: bold;
}

.reportHeader th {
    background-color: #dddddd;
    border-bottom: 1px solid #888888;
    color: #333;
    font-weight: normal;
    white-space: nowrap;
}

table tr.odd {
    background-color: #efefef;
}

table tr.even {
    background-color: #fff;
}

.reportBody.solidTop td {
    border-top: 1px solid #888888;
}

table .odd_hover,
table .odd_hover a,
table .odd_hover a:link,
table .odd_hover a:hover,
table .odd_hover a:active,
table .odd_hover a:visited,
table .even_hover,
table .even_hover a,
table .even_hover a:link,
table .even_hover a:hover,
table .even_hover a:active,
table .even_hover a:visited {
    background-color: #cfe9ff;
    color: #000000;
}

.privacyText {
    color: #999999;
}

.tabsContainer {
    float: left;
    width: 30%;
}

.fieldsContainer {
    float: left;
    width: 70%;
}

.canceledeven {
    background-color: #ffcccc;
}

.canceledodd {
    background-color: #eeaaaa;
}

.accordDiv {
    overflow: visible !important;
}

.reg-info-label,
.exb-info-label,
.prop-info-label,
.sess-info-label,
.hr-info-label,
.atr-info-label {
    color: #a5a5a5;
}

.loadingWrapper {
    margin: auto;
    text-align: center;
    width: 100%;
}

.ip-bulletItems {
    float: left;
    margin: 0 0 0 14px !important;
    padding: 0;
    width: 290px;
}

.questionResponse {
    line-height: 25px;
    margin-bottom: 3px;
}

.writeInResponseWrapper,
.questionResponse {
    clear: both;
    float: left;
}

.writeInResponseWrapper label {
    float: left;
    margin: 0 3px;
}

.questionResponse .writeInResponseWrapper span input {
    border: 1px inset;
    height: 16px;
}

.questionResponse input {
    margin-top: 4px;
}

.questionResponse input[type="checkbox"],
.questionResponse input[type="radio"] {
    margin-top: 4px;
}

#social-email .ip-elementLabel {
    width: 70px !important;
}

#social-email {
    z-index: 9999;
}

#social-email .ip-buttonBar,
#social-email dd {
    float: right;
    padding: 5px 0;
}

#social-email .ip-buttonBar.clearfix {
    clear: none;
    height: auto;
    visibility: visible;
}

#social-email .ip-button {
    float: none;
    margin: 0;
}

#social-email .submit {
}

.ui-dialog {
    z-index: 9999 !important;
}

.checkbox-rightLabel {
    margin-left: 20px;
    width: 900px;
}

.checkbox-rightLabel span {
    font-style: italic;
}

.workshopRow {
    width: 800px;
}

.ip-workshop-checkbox {
    float: left;
    margin-right: 15px;
}

.ip-workshopTitle {
    float: left;
    width: 70%;
}

.ip-workshopRight {
    float: right;
    width: 25%;
}

.ip-workshopPrice {
    float: right;
}

.ip-workshopFullSchedule {
    clear: both;
    color: #369;
    cursor: pointer;
    float: right;
    text-decoration: underline;
}

.workshopScheduleStart {
    text-align: right;
}

.workshopScheduleHyphen {
    text-align: center;
    vertical-align: middle;
}

.workshopScheduleEnd {
    text-align: right;
}

.workshopScheduleRoom {
    text-align: center;
}

.scheduleTableDate {
    width: 90px;
}

.scheduleTableTime {
    width: 140px;
}

.scheduleTableRoom {
    width: 120px;
}

.ip-workshopTable-header {
    padding-top: 10px;
}

.limitWorkshopsSession {
    display: none;
}

#agendaList .ip-group {
    margin-top: 10px;
}

.ip-addressContainer {
    clear: both;
}

.ip-addressContainer div {
    float: left;
}

.ip-addressContainer-address2,
.ip-addressContainer-address3,
.ip-addressContainer-city,
.ip-addressContainer-country {
    clear: both;
}

.ip-copyAddressCheckbox {
    margin-right: 0.25em;
}

.chzn-container .chzn-results li {
    border: 0 none;
}

.ip-container .ip-agendaDayTitle {
    color: #036;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 6px;
    padding-bottom: 4px;
    padding-top: 15px;
}

.sessionAgendaWaitlist {
    color: #ff0000;
}

.sessionAgendaTrack {
    margin-left: 26px;
}

.ip-modal-loadingDialog .ui-dialog-content {
    text-align: center;
}

.ac_results {
    background-color: white;
    border: 1px solid black;
    overflow: hidden;
    padding: 0;
    z-index: 99999;
}

.ac_results ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.ac_results li {
    cursor: default;
    display: block;
    line-height: 16px;
    margin: 0;
    padding: 2px 5px;
}

.ac_loading {
    background: white url(../../images/loadingAnimation.gif) no-repeat scroll right center;
}

.ac_odd {
    background-color: #eeeeee;
}

.ac_over {
    background-color: #0a246a;
    color: white;
}

.qtipTopMiddle {
    color: #294f98;
    cursor: pointer;
}

.reg-info-container {
    display: inline-block;
}

.exSponsorshipItems {
    margin-left: 40px;
}

.panelDisplay {
    margin-bottom: 30px;
}

.panelDisplay .panelMenuHeader .maximizeReportButton {
    margin: 2px 10px -3px 0;
}

.panelDisplay .panelMenuHeader .minimizeReportButton {
    margin: 2px 10px -3px 0;
}

.panelDisplay .ip-adminViewHeaderLeft {
    color: #003366;
    display: block;
    font-size: 16px;
    line-height: 35px;
    padding: 0 0 0 10px;
}

.importDescription {
    color: #333333;
    font-size: 0.9em;
    margin: 10px 0 0 10px;
    width: 300px;
}

.advancedReportOwner {
    margin: 0 10px;
    width: 350px;
}

#ip-adminView #previewForm, #ip-adminView #previewForm .ip-buttonBar {
    display: inline-block;
    float: right;
}

#ip-adminView #previewForm div.ip-buttonBar {
    padding-top: 0;
}

#ip-adminView .testEmail-buttonBar div.ip-buttonBar {
    padding-top: 0;
}

.nameLookupReport {
    border-spacing: 0;
    width: 100%;
}

.nameLookupReport thead th {
    background-color: #dfdfdf;
    border-bottom: 1px solid #cccccc;
    font-size: 13px;
    font-weight: bold;
}

.nameLookupReport tbody td,
.nameLookupReport thead th {
    padding: 10px;
}

.nameLookupReport tbody td {
    border-bottom: 1px solid #a0a0a0;
    border-right: 1px solid #e3e3e3;
    cursor: pointer;
}

.nameLookupReport tbody td:last-child {
    border-right: medium none;
}

.nameLookupReport tbody tr:nth-child(2n+1) {
    background-color: #fff;
}

.nameLookupReport tbody tr:nth-child(2n) {
    background-color: #f5f5f5;
}

.nameLookupReport tbody tr:nth-child(2n+1):hover,
.nameLookupReport tbody tr:nth-child(2n):hover {
    background-color: #f9f9f9;
}

.nameLookupReport tbody td .ip-button {
    display: inline;
    float: none;
    margin-left: 0;
    margin-right: auto;
}

.nameLookupReport tbody td .ip-button a {
    display: inline;
}

.or-divider {
    position: relative;
    text-align: center;
}

.or-divider-bg {
    background-color: #000000;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.or-divider-text {
    background-color: #ffffff;
    display: inline;
    font-size: 16px;
    font-weight: bold;
    padding: 0 10px;
    position: relative;
}

/*=======================================================================*/
#container {
/*    padding-top: 50px; */
}

#main,
.page {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
    width: 90%;
    display: block;
    position: relative;
}

#printLogo {
    display: none;
}

#header h2 {
    color: #000;
    font-weight: normal;
    font-size: 1.9em;
    line-height: 1.2;
    padding: 10px 0 4px;
}

#header h3 {
    color: #000;
    font-weight: normal;
    font-size: 1.6em;
    line-height: normal;
}

.navbar {
  overflow: hidden;
}
.navbar img#logo {
    max-width: 450px;
    min-width: 200px;
    display:block;
    width: 100%;
    margin: 20px auto 0 auto;
}

#logo a {
    float: left;
    text-indent: -1999px;
    width: 340px;
    height: 100px
}

#navigation {
    width: 100%;
    display: block;
    border-left: none;
    border-right: none;
    border-radius: 0;
}

#navigation ul {
    list-style: none;
}

#navigation a {
    padding: 12px;
    text-transform: uppercase;
    letter-spacing: .118em;
    text-decoration: none;
    line-height: 1.35em;
    border-left: 1px solid #ddd;
}

#navigation li:last-child a {
    border-right: 1px solid #ddd;
}

#navigation .login {
    float: right;
}

#footer {
    padding: 10px 0;
    font-weight: bold;
    text-align: right;
}

#footer a {
    color: #e65e47;
    text-decoration: underline;
}

#footer a:hover {
    color: #666;
    text-decoration: none;
}

#footer p {
    text-align: center;
    padding-top: 34px;
}

#footerLogo {
    max-width: 100px;
}

.ip-button {
    margin: 0 10px;
}

.ip-button a {
    border-width: 0;
    display: block;
    -webkit-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.5);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin: 0 !important;
    padding: 8px;
    text-decoration: none;
}
.btn { float:right;}
.ip-button.ip-button-cancel a {
    background: rgb(226,0,0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(226,0,0,1) 0%, rgba(181,18,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,0,0,1)), color-stop(100%,rgba(181,18,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(226,0,0,1) 0%,rgba(181,18,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(226,0,0,1) 0%,rgba(181,18,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(226,0,0,1) 0%,rgba(181,18,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(226,0,0,1) 0%,rgba(181,18,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e20000', endColorstr='#b51200',GradientType=0 ); /* IE6-9 */
}

.ip-button.ip-button-submit a, 
input.btn.btn-submit, 
a.btn.btn-submit,
ip-buttonBar a {
   color: rgb(255, 255, 255);
    background: #254A62;
    border: #254A62;
    padding: 8px 25px;
   border-radius: 50px;
    border: none;
    text-decoration: none;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    padding: 8px 25px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 3px 0px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease 0s;
}

ip-button.ip-button-submit a:hover, input.btn.btn-submit:hover, a.btn.btn-submit:hover, ip-buttonBar a:hover {
cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.8) 0px 1px 3px 0px;
}
#main .ip-container .ip-element {
    margin-left: 0;
    margin-right: 0;
}

.IP_PageBuilder_Registration .ip-container .ip-leftContainer {
    margin-right: 20px;
    border-right: 1px solid #efefef;
    padding-right: 20px;
    width: 300px;
}

.IP_PageBuilder_Registration .ip-container .ip-rightContainer {
    width: 200px;
}

#main .ip-element .ip-elementContent .ip-ancillarySponsorshipsElementContentTable {
    width: 540px;
}

#main .ip-ancillarySponsorshipsElementContentTable td {
    padding: 2px;
    whitespace: nowrap;
}

.index_registrations_review .ip-element > .ip-elementLabel {
    margin-top: 0
}

#main .ip-container .ip-element {
    margin: 8px 0 !important;
}

#ip-financialSummary-addPromoCode {
    clear: both;
    padding: 20px;
    background-color: #EFEFEF;
    border-radius: 20px;
}
#ip-financialSummary-addPromoCode input[type="text"] {
    width:100%;
}

#ip-financialSummary-Title,
.financialSummary,
.financialSummary th,
.financialSummary td {
    padding-left: 0;
    margin-left: 0;
}

#ip-financialSummary-addPromoCode .ip-button {
    margin: 15px 0 0 !important;
    float: left !important;
}

.color1 {
    background-color:#FFAEAE;
}

.color2 {
    background-color:#FFE4AE;
}

.color3 {
    background-color:#9DE8E8;
}

#regPackages {
    margin:0 !important;
}

#regPackages li {
    padding: 10px 0 10px;
    float: left;
    width: 33%;
    text-align: center;
    list-style-type: none;
    font-size: 1.2em;
    color: #222;
}

#regPackages a.rButton,
.header {
    border-bottom-color: #333333;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #222 !important;
    font-size: 21px;
    font-weight: 600;
    line-height: 24px;
    margin: 10px 0 15px;
    text-align: center;
    display: block;
    text-decoration: none !important;
    padding-bottom: 15px;
}

#regPackages li span {
    display: block;
    margin: 10px 20px;
}

#loginButton {
    display: block;
    -webkit-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.5);
    background: #d10300; /* Old browsers */
    background: -moz-linear-gradient(top,  #d10300 0%, #b51200 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d10300), color-stop(100%,#b51200)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #d10300 0%,#b51200 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #d10300 0%,#b51200 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #d10300 0%,#b51200 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #d10300 0%,#b51200 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d10300', endColorstr='#b51200',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: block;
    margin: auto;
    padding: 10px;
    text-align: center;
    width: 375px !important;
}

#loginButton span {
    font-size: 18px !important;
    color: #fff !important;
}

#loginButton a {
    text-decoration: underline;
    color: #fff
}

.regButton {
    display: block;
    -webkit-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.5);
    background: #d10300; /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.5) 0%, rgba(246,246,246,0.5) 47%, rgba(237,237,237,0.5) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(47%,rgba(246,246,246,0.5)), color-stop(100%,rgba(237,237,237,0.5))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(246,246,246,0.5) 47%,rgba(237,237,237,0.5) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(246,246,246,0.5) 47%,rgba(237,237,237,0.5) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(246,246,246,0.5) 47%,rgba(237,237,237,0.5) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0.5) 0%,rgba(246,246,246,0.5) 47%,rgba(237,237,237,0.5) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#80ededed',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: block;
    margin: auto;
    padding: 15px;
    text-align: center;
}

a.regButton {
    font-size: 1.2em;
    font-weight: 600;
    color: #666;
    text-decoration: none;
}

.tandc div {
    position: relative;
}

.tandc div .ip-elementLabel {
    margin-left: 18px;
    /* max-width: 800px; */
    width:100%;
}

.tandc .questionResponse label {
    display: none;
}

.tandc .questionResponse {
    position: absolute;
    left: 0;
    top: 4px;
}

.IP_PageBuilder_ExhibitorReg.startHere {
    float: left;
    width: 480px;
}

.IP_PageBuilder_ExhibitorReg.exhLogin {
    float: left;
    width: 240px;
    margin-left: 35px;
    padding-left: 35px;
    border-left: 1px solid #efefef;
}

.rememberMe {
    position: relative;
}

.rememberMe .ip-elementContent {
    position: absolute;
    left: 0;
    top: 0;
}

.rememberMe .ip-elementLabel {
    margin-left: 20px;
}

.forgotPass label {
    display: none;
}

.forgotPasswordLink {
    margin-bottom: 20px;
}

.supPackages .ip-element > .ip-elementLabel,
.ancillaryPackages .ip-element > .ip-elementLabel {
    display: none !important;
}

.supPackages .ip-elementContent label {
    margin-left: 5px;
}

#priceTable {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

#priceTable li {
    background: #FFAEAE;
    margin: 0;
    padding: 8px 0;
    color: #555;
    text-align: center;
    display: inline-block;
    width: 170px;
    height: 76px;
    overflow: hidden;
}

#priceTable li:nth-child(1) {
    background: #FFAEAE;
}

#priceTable li:nth-child(2) {
    background: #FFE4AE;
}

#priceTable li:nth-child(3) {
    background: #9DE8E8;
}

#priceTable li span {
    display: block;
    letter-spacing: .5px;
    line-height: 1.2em;
}

#priceTable li .packageName {
    font-size: 1.4em;
    font-weight: bold;
    text-transform: uppercase;
}

#priceTable li .date {
    font-style: italic;
}

#priceTable li .price {
    font-size: 1.2em;
    font-weight: bold;
}

.ip-button {
    margin-right: 0px;
}

#main .ip-button a {
    text-decoration: none;
}

.menu {
    max-width: 950px;
    margin: 0 auto;
    float: none;
}

.clearfix::after, .ip-container::after, .ip-element::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.index_registrations_review .ip-element > .ip-elementLabel {
max-width:160px;
}

#ip-financialSummary-addPromoCode .ip-elementLabel {
    float: none;
    text-align: left;
    width: auto;
}

header .header-upper {
    padding: 10px 30px;
  background-color:#FEFEFE;
  /* background-image: url(/eventAssets/avolio_AvolioRegTemplate_210325151705/image/banner-5185363_1920.jpg); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 2px solid #e4e4e4;
}


}

header .header-lower {
    background: #0091ce;
    height: 35px;
    display: none;
}

header .header-upper,
header .header-lower {
    margin-left: 0;
    margin-right: 0;
}

.header-col-logo {

}

.header-col-event {
    font-weight: bold;
    line-height: 100px;
    text-align: right;
    color: #ffffff;
}


@media (max-width: 768px) {
    #footerLogo {
        margin: 0 auto;
    }

    #footer p {
        text-align: center;
        padding-top: 12px;
    }

    #navigation a {
        border: none;
        padding: 12px 0;
    }

    #navigation li:last-child a {
        border: none;
    }

    .ip-buttonBar {
        float: none;
    }
    .ip-buttonBar .btn {
        display: block;
        width: 100%;
        margin: 4px 0 4px 0;

    }

    .IP_PageBuilder_Registration.container-fluid {
        margin: 0 5px;
    }

    #priceTable li {
        width: 100%;
        display: block;
    }

    .ip-elementContent,
    .ip-elementContent input {
        float: none;
    }

    .index_registrations_review .ip-element > .ip-elementLabel {
        width: auto;
        margin-right: 5px;
    }
}

div#creditCardForm input.credit-card { padding-left: 50px; position:relative; padding-right:20px}

.table.financialSummary>tbody>tr>td, 
.table.financialSummary>tbody>tr>th, 
.table.financialSummary>tfoot>tr>td, 
.table.financialSummary>tfoot>tr>th, 
.table.financialSummary>thead>tr>td, 
.table.financialSummary>thead>tr>th, 
.table.financialSummary.table-bordered { border: none !important;}

.questionResponse input[type="checkbox"],
.questionResponse input[type="radio"] {
    margin-top: 5px;
    margin-right: 5px;
}

.questionResponse label {
    display: inline;
}


.ip-element > label[for="rememberMe"] {
    width: auto;
}

label[for="rememberMe"] + .ip-elementContent {
    width: auto;
    float: none;
}

label[for="rememberMe"] + .ip-elementContent input {
    float: none;
}

/* Single checkbox right align css */
div.questionResponseCheckbox.rightAlign {
    padding-left: 0;
    padding-right: 0.5em;
}

div.questionResponseCheckbox.rightAlign > input {
    float: right;
    margin-left: 5px;
}